home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000119_news@columbia.edu _Thu Mar 16 20:03:22 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA23341
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 16 Mar 2000 20:03:22 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id TAA23806
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 16 Mar 2000 19:53:03 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. Message-ID: <38D180EF.AAB92B97@kramer-smilko.com>
  10. From: "Richard R. Kramer" <rrkramer@kramer-smilko.com>
  11. Subject: Re: K95 character set
  12. Date: Thu, 16 Mar 2000 19:48:47 -0500
  13. To: kermit.misc@columbia.edu
  14.  
  15. If I'm at the QNX keyboard, printf '\001' puts up a smiley face.
  16. Alt-d (hold <ALT> press "d") printf '\001' on the PC running K95
  17. connected to the QNX machine does not produce the smiley. What am
  18. I missing? 
  19.  
  20. The dialer version is 1.1.17.
  21.  
  22. Frank da Cruz wrote:
  23. > In article <38D13BD5.32BBAFBB@kramer-smilko.com>,
  24. > Richard R. Kramer <rrkramer@kramer-smilko.com> wrote:
  25. > : Is there a way to get K95 to display control characters, i.e.
  26. > : ascii 0-31, under either Win95 or NT4?  We are using the QNX 4
  27. > : emulation, if that matters.
  28. > :
  29. > It doesn't.  Just type Alt-d to turn on this feature, type it
  30. > again to turn it off.
  31. > - Frank